Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / ChangeStyle Method / ChangeStyle(IWorksheet,Reference[],SparklineSetting) Method
The worksheet contains sparklines.
The locations of sparklines.
The GrapeCity.Spreadsheet.SparklineSetting that store changed data. Set data to an invalid value if you do not want to change it.


In This Topic
    ChangeStyle(IWorksheet,Reference[],SparklineSetting) Method
    In This Topic
    Creates a command that change the style (color or line weight) of line sparkline.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ChangeStyle( _
       ByVal worksheet As IWorksheet, _
       ByVal references() As Reference, _
       ByVal setting As SparklineSetting _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim references() As Reference
    Dim setting As SparklineSetting
    Dim value As SparklineCommand
     
    value = SparklineCommand.ChangeStyle(worksheet, references, setting)

    Parameters

    worksheet
    The worksheet contains sparklines.
    references
    The locations of sparklines.
    setting
    The GrapeCity.Spreadsheet.SparklineSetting that store changed data. Set data to an invalid value if you do not want to change it.
    See Also